home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TNFOLDERFORM2 / TNFOLDERFORM2.txt
Text File  |  2005-03-06  |  2KB  |  83 lines

  1. object NFolderForm2: TNFolderForm2
  2.   Left = 241
  3.   Top = 217
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Folder'
  6.   ClientHeight = 146
  7.   ClientWidth = 304
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Position = poOwnerFormCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 209
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Current folder:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 24
  30.     Width = 209
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'Label2'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 48
  38.     Width = 209
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = '&Name:'
  42.     FocusControl = Edit1
  43.   end
  44.   object Label4: TLabel
  45.     Left = 8
  46.     Top = 96
  47.     Width = 289
  48.     Height = 49
  49.     AutoSize = False
  50.     Caption = 
  51.       'Note: You can create a folder automatically by typing the name i' +
  52.       'n the "Extract To" filed of the "Extract" dialog box.'
  53.     WordWrap = True
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 8
  57.     Top = 64
  58.     Width = 209
  59.     Height = 21
  60.     TabOrder = 0
  61.     Text = 'Edit1'
  62.   end
  63.   object Button1: TButton
  64.     Left = 224
  65.     Top = 8
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 224
  75.     Top = 40
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Cancel'
  79.     TabOrder = 2
  80.     OnClick = Button2Click
  81.   end
  82. end
  83.